Appliance Networking Proxy Config
The Appliance Networking Proxy Config schema defines proxy configuration.
This schema was added in vSphere API 6.7.
{
"server": "string",
"port": 0,
"username": "string",
"password": "string",
"enabled": false
}
URL of the proxy server
This property was added in vSphere API 6.7.
Port to connect to the proxy server. In a 'get' call, indicates the port connected to the proxy server. In a 'set' call, specifies the port to connect to the proxy server. A value of -1 indicates the default port.
This property was added in vSphere API 6.7.
Username for proxy server.
This property was added in vSphere API 6.7.
Only set if proxy requires username.
Password for proxy server.
This property was added in vSphere API 6.7.
Only set if proxy requires password.
In the result of the #get and #list operations this property indicates whether proxying is enabled for a particular protocol. In the input to the test and set operations this property specifies whether proxying should be enabled for a particular protocol.
This property was added in vSphere API 6.7.